DataCollection
Create メソッド (NotifyCollectionChangedEventArgs<T>)

C1.DataCollection.Serialization アセンブリ > C1.DataCollection.Serialization 名前空間 > NotifyCollectionChangedEventArgs<T> クラス : Create メソッド
The action.
New starting index.
The new items.
Old starting index.
The old items.
Creates a new NotifyCollectionChangedEventArgs<T>.
シンタックス
'宣言
 
Public Shared Function Create( _
   ByVal action As System.Collections.Specialized.NotifyCollectionChangedAction, _
   ByVal newStartingIndex As System.Integer, _
   ByVal newItems As System.Collections.IList, _
   ByVal oldStartingIndex As System.Integer, _
   ByVal oldItems As System.Collections.IList _
) As NotifyCollectionChangedEventArgs(Of T)
public static NotifyCollectionChangedEventArgs<T> Create( 
   System.Collections.Specialized.NotifyCollectionChangedAction action,
   System.int newStartingIndex,
   System.Collections.IList newItems,
   System.int oldStartingIndex,
   System.Collections.IList oldItems
)

パラメータ

action
The action.
newStartingIndex
New starting index.
newItems
The new items.
oldStartingIndex
Old starting index.
oldItems
The old items.
解説
This method is used by NotifyCollectionChangedEventArgsJsonConverter.
参照

NotifyCollectionChangedEventArgs<T> クラス
NotifyCollectionChangedEventArgs<T> メンバ